home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / fsstat / local.mk < prev    next >
Encoding:
Text File  |  1992-05-15  |  537 b   |  17 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. # If the sun3 version gets optimized, you get NaN for some of the Mb
  9. # Read and Mb Write numbers.  (Even with optimization off, the Mb
  10. # percentages seem buggy, sigh.)
  11.  
  12. #if !empty(TM:Msun3)
  13. NOOPTIMIZATION    = dont do it
  14. #endif
  15.  
  16. #include    <$(SYSMAKEFILE)>
  17.